home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1999 March / EnigmA AMIGA RUN 35 (1999)(G.R. Edizioni)(IT)[!][issue 1999-03].iso / cd-sup / importanti / undelete / copytoc next >
Text File  |  1999-01-01  |  291b  |  14 lines

  1. .
  2. if exists C:Echo
  3.     resident C:Echo
  4. endif
  5. echo ""
  6. echo "This script will copy `UnDelete' to your C: directory."
  7. ask "Continue? [y/N]"
  8. if WARN
  9.     copy UnDelete C:
  10.     echo "Ready."
  11.     echo "DO read `UnDelete.doc'; it's small but important!"
  12.     echo ""
  13. endif
  14. echo "Select closegadget..."